home *** CD-ROM | disk | FTP | other *** search
- Path: ccshst05.cs.uoguelph.ca!ccshst01!thay
- From: thay@uoguelph.ca (Toby K Hay)
- Newsgroups: comp.lang.c
- Subject: Re: Fixing stack overflow??
- Date: 21 Mar 1996 21:58:27 GMT
- Organization: University of Guelph
- Message-ID: <4isje3$8pa@ccshst05.cs.uoguelph.ca>
- References: <4is899$cg7$1@mhafc.production.compuserve.com>
- NNTP-Posting-Host: ccshst01.cs.uoguelph.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- Tom (70215.1323@CompuServe.COM) wrote:
- : I'm using Borland's C compiler and I am getting a stack
- : overflow. How can I fix this?
-
- From my Turbo C++ 3.0 manual:
- Run Time Error: Stack Overflow
- The default stack size for Turbo C++ programs is 5120 bytes.
- snip
- Change the stack size by altering the global variable _stklen.
- etc.
-
- It's the same for Turbo C without the ++. You can find the rest of the
- important stuff about fixing the problem in your manual's error message
- section - probably appendix C: Error Messages.
- Toby Hay thay@uoguelph.ca
-